home *** CD-ROM | disk | FTP | other *** search
/ So Who's Dr. Rabbit? / SWDR_1.iso / pc / swdrmov / concencd.dxr / Concentration Scripts Int_13_Main Reading Script.ls < prev    next >
Encoding:
Text File  |  1997-07-28  |  144 b   |  10 lines

  1. on exitFrame
  2.   UtilUpdateFrame()
  3.   if soundBusy(1) then
  4.     go(the frame)
  5.   else
  6.     startTimer()
  7.     UtilGoToFrame(the frame + 1)
  8.   end if
  9. end
  10.